﻿body
{
}

.GridView_Table{border:solid #C2CDDE; border-width:1px 1px 1px 1px;}
.GridView_Table tr{border:solid #8DC7C7; border-width:1px 1px 1px 1px; padding:4px 4px;}
.GridView_Table th{border:solid #C2CDDE; border-width:1px 1px 1px 1px; padding:4px 4px;}
.GridView_Table td{border:solid #C2CDDE; border-width:1px 1px 1px 1px; padding:4px 6px 4px 6px; line-height:14px;font-size: 12px;font-family: '宋体'; }


/* Menu */
.MenuStyle
{
}
.Menu_NodeStyle
{
	border-collapse: collapse;
}
.Menu_ParentNodeStyle
{
	border-collapse: collapse;
}
.Menu_HoverNodeStyle
{
	border-collapse: collapse;
	background-repeat:repeat;
}
.Menu_LeafNodeStyle
{
	border-collapse: collapse;
}
.Menu_SelectedNodeStyle
{
	border-collapse: collapse;
	background-repeat:repeat;
}
/* Button */
.ButtonStyle
{
	background-color: #83ACD6;
	cursor: hand;
}
/* LinkButton */
.LinkButtonStyle
{
	background-color:#C3E5EE;
	border-color:#F3F8FB;
}

/* GridView */
.GridView_BackColorStyle
{
	background-color: #FFFFFF;
	border-width: 2px;
}
.GridView_HeaderStyle
{
	background-color:#6F93D7;

}
.GridView_RowStyle
{
	border:solid #8DC7C7; border-width:2px 2px 2px 2px; padding:4px 6px 4px 6px; 

}
.GridView_SelectedRowStyle
{
	background-color:#BBD0D7;
	border-color:Navy;
}
.GridView_PagerStyle
{
	background-color:#A0B8E4;
	height: 30px;
}
/* FormView */
.FormViewStyle
{
	background-color: #B9D3DF;
}
.FormViewStyle table
{
	table-layout: auto;
	background-color: #D1D9ED;
	border-collapse: collapse;
	border-color: Silver;
	border-style: double;
	border-width: 5px;
	line-height: 25px;
}
.FormViewStyle table td
{
	border: 3px inset #B3C8CE;
	border-collapse: collapse;
}

.CalendarStyle
{

}
.AjaxTab .ajax__tab_header
{
font-family: verdana,tahoma,helvetica;
font-size: 12px;
/*background: url(../../images/Tabs/tab-line.gif) repeat-x bottom;*/
}
.AjaxTab .ajax__tab_outer
{
 margin-right:4px;
/*background: url(../../images/Tabs/tab-right.gif) no-repeat right 50%;*/
height: 21px;
}
.AjaxTab .ajax__tab_inner
{

/*background: url(../../images/Tabs/tab-left.gif) no-repeat;*/
}
.AjaxTab .ajax__tab_tab
{
height:18px;
padding: 4px;

 background: url(../../images/tab-active-left.jpg) no-repeat;
color:Black;
}
.AjaxTab .ajax__tab_hover .ajax__tab_outer
{
  background: url(../../images/tab-left.jpg) no-repeat;
}
.AjaxTab .ajax__tab_hover .ajax__tab_inner
{
background: url(../../images/tab-left.jpg) no-repeat;
}
.AjaxTab .ajax__tab_hover .ajax__tab_tab
{
background: url(../../images/tab-left.jpg) repeat-x;
}
.AjaxTab .ajax__tab_active .ajax__tab_outer
{
background: url(../../images/tab-left.jpg) no-repeat;
}
.AjaxTab .ajax__tab_active .ajax__tab_inner
{
background: url(../../images/tab-active-left.jpg) no-repeat;
}
.AjaxTab .ajax__tab_active .ajax__tab_tab
{
background: url(../../images/tab-left.jpg) repeat-x;
}
.AjaxTab .ajax__tab_body
{
font-family: verdana,tahoma,helvetica;
font-size: 12px;

border-top: 0;
padding: 8px;
background-color: #F3F7F8;
}

.ajax__tab_body{ border:#cccccc 1px solid; line-height:23px; }
.ajax__tab_header{ border-bottom:1px #cccccc solid; height:25px;}

.ajax__tab_tab span{ margin-bottom:5px;}
.ajax__tab_inner{ border-right:1px #8AD5FD solid;}